projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c2759a
)
Fix a warning
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 26 Jul 2015 05:49:19 +0000
(
01:49
-0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 26 Jul 2015 05:49:19 +0000
(
01:49
-0400)
gtk/gtkwindow.c
patch
|
blob
|
history
diff --git
a/gtk/gtkwindow.c
b/gtk/gtkwindow.c
index dc063e2a541ff22845383981069b2ef1c06078b1..9ed7ee3140b6dc5668a1b80a401720847b87c874 100644
(file)
--- a/
gtk/gtkwindow.c
+++ b/
gtk/gtkwindow.c
@@
-6070,7
+6070,7
@@
gtk_window_map (GtkWidget *widget)
return;
}
- screen = gtk_window_get_screen (wi
dget
);
+ screen = gtk_window_get_screen (wi
ndow
);
if (priv->initial_fullscreen_monitor > gdk_screen_get_n_monitors (screen))
priv->initial_fullscreen_monitor = -1;